projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f984c39
)
GtkStyleContext: Fix compiler warning.
author
Carlos Garnacho
<carlosg@gnome.org>
Sat, 27 Mar 2010 20:30:30 +0000
(21:30 +0100)
committer
Carlos Garnacho
<carlosg@gnome.org>
Sat, 4 Dec 2010 14:37:00 +0000
(15:37 +0100)
gtk/gtkstylecontext.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstylecontext.c
b/gtk/gtkstylecontext.c
index 566538f0b701e2a12ec9afb32856cc4e7bb7fbec..cb6bab6472eb00a29d9874102f45e3ca0538d455 100644
(file)
--- a/
gtk/gtkstylecontext.c
+++ b/
gtk/gtkstylecontext.c
@@
-81,7
+81,7
@@
gtk_style_context_init (GtkStyleContext *style_context)
priv = GTK_STYLE_CONTEXT_GET_PRIVATE (style_context);
priv->store = gtk_style_set_new ();
- priv->theming_engine = gtk_theming_engine_load (NULL);
+ priv->theming_engine =
(GtkThemingEngine *)
gtk_theming_engine_load (NULL);
}
static GtkStyleProviderData *